crypto/internal/fips140/edwards25519.Point.z (field)
20 uses
crypto/internal/fips140/edwards25519 (current package)
edwards25519.go#L36: x, y, z, t field.Element
edwards25519.go#L127: zInv.Invert(&v.z) // zInv = 1 / Z
edwards25519.go#L183: v.z.One()
edwards25519.go#L206: v.Z.Set(&p.z)
edwards25519.go#L213: v.z.Multiply(&p.Z, &p.T)
edwards25519.go#L221: v.z.Square(&p.Z)
edwards25519.go#L237: v.Z.Set(&p.z)
edwards25519.go#L248: invZ.Invert(&p.z)
edwards25519.go#L282: ZZ2.Multiply(&p.z, &q.Z)
edwards25519.go#L302: ZZ2.Multiply(&p.z, &q.Z)
edwards25519.go#L323: Z2.Add(&p.z, &p.z)
edwards25519.go#L342: Z2.Add(&p.z, &p.z)
edwards25519.go#L378: v.z.Set(&p.z)
edwards25519.go#L388: t1.Multiply(&v.x, &u.z)
edwards25519.go#L389: t2.Multiply(&u.x, &v.z)
edwards25519.go#L390: t3.Multiply(&v.y, &u.z)
edwards25519.go#L391: t4.Multiply(&u.y, &v.z)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |